// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-01B TN_Widget.CreateTable([['Spokane Jazz Orchestra: Hammond Wizard ft. Wayne Horvitz','Bing Crosby Theater','Spokane, WA','Saturday','5/11/2024','7:30 PM','5892070','Spokane-Jazz-Orchestra--Hammond-Wizard-ft--Wayne-Horvitz-5-11-2024'],['AbbaFab - Tribute to ABBA','Bing Crosby Theater','Spokane, WA','Friday','5/17/2024','8:00 PM','6290767','AbbaFab---Tribute-to-ABBA-5-17-2024'],['Spokane String Quartet: Haydn','Bing Crosby Theater','Spokane, WA','Sunday','5/19/2024','3:00 PM','6146445','Spokane-String-Quartet--Haydn-5-19-2024'],['Buckethead','Bing Crosby Theater','Spokane, WA','Tuesday','6/4/2024','7:30 PM','6337476','Buckethead-6-4-2024'],['American Rock Legends - A Tribute to Fogerty, CCR & Seger','Bing Crosby Theater','Spokane, WA','Sunday','6/9/2024','7:30 PM','6284313','American-Rock-Legends---A-Tribute-to-Fogerty--CCR---Seger-6-9-2024'],['Mat Kearney','Bing Crosby Theater','Spokane, WA','Monday','6/17/2024','7:00 PM','6305337','Mat-Kearney-6-17-2024'],['Cowboy Bebop Live','Bing Crosby Theater','Spokane, WA','Saturday','6/22/2024','8:00 PM','6363723','Cowboy-Bebop-Live-6-22-2024'],['William Lee Martin','Bing Crosby Theater','Spokane, WA','Saturday','6/29/2024','7:30 PM','6334569','William-Lee-Martin-6-29-2024'],['An R-Rated Magic Show','Bing Crosby Theater','Spokane, WA','Tuesday','7/16/2024','8:00 PM','6319814','An-R-Rated-Magic-Show-7-16-2024'],['Prince Again - A Tribute To Prince','Bing Crosby Theater','Spokane, WA','Friday','9/20/2024','7:30 PM','6369223','Prince-Again---A-Tribute-To-Prince-9-20-2024'],['Rodrigo Y Gabriela','Bing Crosby Theater','Spokane, WA','Sunday','9/29/2024','7:00 PM','6416241','Rodrigo-Y-Gabriela-9-29-2024'],['Stayin' Alive - A Salute To The Music of The Bee Gees','Bing Crosby Theater','Spokane, WA','Thursday','10/3/2024','7:30 PM','6053083','Stayin--Alive---A-Salute-To-The-Music-of-The-Bee-Gees-10-3-2024'],['The Fab Four - The Ultimate Tribute','Bing Crosby Theater','Spokane, WA','Friday','12/13/2024','7:30 PM','6387519','The-Fab-Four---The-Ultimate-Tribute-12-13-2024']],'Bing Crosby Theater','http://www.ticketnetwork.com/ticket/Bing-Crosby-Theater-events.aspx');